Skip to content

Conversation

@kaeawc
Copy link
Collaborator

@kaeawc kaeawc commented Dec 21, 2025

This PR enables Gradle's https://docs.gradle.org/current/userguide/isolated_projects.html feature (org.gradle.unsafe.isolated-projects=true), which allows Gradle to parallelize project configuration and improve configuration caching. So far I have the codebase building correctly with it, but I still need to do some testing to make sure I haven't created any breaking changes for consumers of the plugin.

@@ -0,0 +1,27 @@
/*
* Copyright (C) 2022 Slack Technologies, LLC
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: copyrights are wrong for a lot of these

import org.jetbrains.kotlin.gradle.dsl.abi.ExperimentalAbiValidation

// KSP doesn't support isolated projects yet
// See: https://github.com/google/ksp/issues/XXXX (TODO: file upstream issue)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

google/ksp#1943 I think is the one they're using

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants